Leadtools.Dicom Namespace > DicomWaveformChannel Class > SetChannelSamples32 Method : SetChannelSamples32(Int32[],Int32) Method |
'Declaration Public Overloads Function SetChannelSamples32( _ ByVal samples() As Integer, _ ByVal count As Integer _ ) As Integer
'Usage Dim instance As DicomWaveformChannel Dim samples() As Integer Dim count As Integer Dim value As Integer value = instance.SetChannelSamples32(samples, count)
public: int SetChannelSamples32( array<int>^ samples, int count )